home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / prod344o.zip / !PRODOOR.NEW next >
Text File  |  1992-03-31  |  17KB  |  476 lines

  1. $NOMACS$
  2.  
  3. History of ProDOOR changes (in reverse order)
  4. ---------------------------------------------
  5.  
  6. 31-Mar-92
  7.    Changed $DOOR.NAM format during downloads to be the same as that used
  8.    during uploads- this makes ADDBIDIR/PRODIZ processing possible for
  9.    bidirectional uploads.  This version finally DOES retrieve
  10.    FILE_ID.DIZ descriptions for bidirectional uploads.
  11.  
  12.    Some early 31-mar versions wrote "| (download)" to the $door.nam
  13.    file, possibly confusing external protocol drivers.
  14.  
  15. 30-Mar-92
  16.    Changes in upload logging logic to preserve bidirectional upload
  17.    descriptions found in $DOOR.NAM file (compatibility with PRODIZ and
  18.    ADDBIDIR utilities).
  19.  
  20. 28-Mar-92
  21.    Changed upload posting logic to handle DSZLOG entries that do NOT
  22.    include the path to where the file was stored.
  23.  
  24. 24-Mar-92
  25.    Added a check for the environment variable
  26.         SET PCB-G=ON
  27.    and if present, ProDoor will now call up PCB145/KEY:G to perform the
  28.    logoff function instead of doing it internally.
  29.  
  30. 23-Mar-92
  31.    Added the message 'Sorry, file is being updated. Try again later'
  32.    when repeated attempts fail to open an existing file.  This usually
  33.    indicates a SHARE violation resulting from concurrent updates in
  34.    progress over a network.
  35.  
  36.    Changes to prevent 'Time limit reduced because of a pending event'
  37.    message from popping up during user input.
  38.  
  39. 21-Mar-92
  40.    Returned logic to eliminate hangup delay when 'G Q' is used.
  41.    The 'goodbye after transfer' option now does 'G Q' rather than 'G'.
  42.    Changed logic to consider carrier loss after 'G' command is issued as
  43.    a normal logoff rather than an abnormal one.
  44.  
  45.    Removed 'ctrl-L' from local screen after @CLS@ is expanded.
  46.  
  47. 12-Mar-92
  48.    Corrected a long-standing bug that prevented prodoor from creating a
  49.    new CONFINFO file with over 130 conferences when additional
  50.    conferences had already been allocated with EXTADJ.
  51.  
  52. 09-Mar-92
  53.    More changes to possibly remove the need for SET NOSAVE=ON setting.
  54.  
  55. 19-Feb-92
  56.    Added logic to keep the "Time limit reduced because an event is
  57.    pending" message at the bottom of the screen in visual edit mode.
  58.  
  59. 18-Feb-92
  60.    Added a check for conference specific PROFREE files in the form
  61.         PROFREE.nn
  62.    where nn is the conference number.
  63.  
  64.    Corrected logic in com port re-initialization that may correct
  65.    problems on systems needing the SET NOSAVE=ON environment.
  66.  
  67. 12-Feb-92
  68.    Added a check for security specific PROTRNS files, using the format
  69.         xxxTRNS
  70.    where xxx is the user level.  For example,
  71.         010TRNS
  72.    would be used in place of PROTRNS for level 10 users.
  73.  
  74.    Changed messages regarding "protocol driver registration" to be a
  75.    little more generic.
  76.  
  77. 06-Feb-92
  78.    Corrected PROSM to not stop on user records with 65535 "earned kbytes".
  79.  
  80. 05-Feb-92
  81.    Added a check for the environment variable
  82.         SET NOSAVE=ON
  83.    to disable the new user file SAVE/RESTORE logic during EXEC and shell
  84.    functions.  Shawn, please see if this makes your lockups go away.
  85.  
  86. 04-Feb-92
  87.    Removed '1 file(s) copied' message when transferring between doors.
  88.  
  89.    Added progress messages on screen while dropping carrier.
  90.  
  91. 29-Jan-92
  92.    Corrected $DOOR.NAM loader was to prevent stripping off all text
  93.    following '#' in description lines.
  94.  
  95. 24-Jan-92
  96.    Removed changes in G;Q processing made back in december.
  97.  
  98.    Changes in prokit to make logon/logoff caller log entries when
  99.    running doors in local testing mode.
  100.  
  101. 20-Jan-92
  102.    The <no description given> message was not being inserted in upload
  103.    descriptions when a caller drops carrier before inserting a valid
  104.    upload description.
  105.  
  106. 09-Jan-92
  107.    Changes in helpfile processing to prevent @WAIT@ macros from
  108.    triggering pauses in un-selected topics.
  109.  
  110. 08-Jan-92
  111.    Corrected detection of invalid uploads.
  112.  
  113. 04-Jan-92
  114.    Added a check for $ immediately following protocol letters in
  115.    PROD.CNF.  If present, this flags the protocol to make all downloads
  116.    FREE to callers who are using registered protocol drivers.
  117.  
  118. 03-Jan-92
  119.    Added logic to recognize "Allow one-name users" in
  120.    pcbsetup.allow_onename.
  121.  
  122. 31-Dec-91
  123.    Changed format of $DOOR.NAM file during uploads to eliminate the 255
  124.    character length limitation.  Example of new $DOOR.NAM format:
  125.       J:\PLAY3\TESTFIL1.ZIP
  126.       | This is the description text for TESTFIL1.
  127.       | This text consists of any number of lines,
  128.       | all beginning with the vertical bar character
  129.       | and ending with a blank line.  Filespecs must
  130.       | include the PLAYPEN directory for the current
  131.       | node.
  132.  
  133.       J:\PLAY3\TESTFIL2.ZIP
  134.       | Short, single line description.
  135.  
  136.    Each description line begins with a "|" in column 1.  The description
  137.    ends on a blank line.  Note that the last line in $DOOR.NAM must also
  138.    be blank.
  139.  
  140.    This change makes it possible for other programs to insert data from
  141.    FILE_ID.DIZ files during PROUTEST processing without truncation of
  142.    the description.
  143.  
  144. 29-Dec-91
  145.    Corrected logic to properly detect unregistered versions of Puma/Mpt.
  146.  
  147.    Eliminated delay before dropping carrier when G;Q (quick logoff) is
  148.    used.
  149.  
  150. 20-Dec-91
  151.    Changed DSZLOG parsing logic to better handle protocols that do not
  152.    include the full directory\filename in DSZLOG entries.
  153.  
  154.    Added logic to detect and report unauthorized tampering of HSLINK.EXE
  155.    following file transfers.
  156.  
  157.    Added logic to detect registered protocol drivers and to thank the
  158.    user for registering.
  159.  
  160. 18-Dec-91
  161.    Added logic to save current PCBOARD.SYS and USERS data before calling
  162.    an EXEC program, and to reload these records on return from such
  163.    programs.
  164.  
  165.    Added logic to use the contents of PRODOOR.CMD (if any) on return
  166.    from an EXEC program as the next command line to be executed.
  167.  
  168. 10-Dec-91
  169.    Changed ProKit internal EXTUSER declarations to help K-Mail to use
  170.    CONFINFO/ EXTESER data.  See EXTUSER.DCL for the new declarations.
  171.    Existing data files are not changed in any way.
  172.  
  173. 28-Nov-91
  174.    Changes in prokit library to preserve conference numbers > 255 under
  175.    pcboard 14.5.
  176.  
  177.    Changes to correct transfer logging when '*.*' is used in a download
  178.    protocol definition.
  179.  
  180.    Note: You cannot use '*.*' in bidirectional protocol definitions.
  181.  
  182. 26-Nov-91
  183.    Re-released as ProDoor 3.44.
  184.  
  185.    Changes in ProKit library to preserve current conference information
  186.    even if invalid according to current CONFINFO settings.  This may
  187.    help K-Mail and other PCB145 compatible doors to work better.
  188.  
  189. 22-Nov-91
  190.    More changes in file transfer logging logic.
  191.  
  192. 21-Nov-91
  193.    Changes in DSZLOG processing.
  194.  
  195. 17-Nov-91
  196.    Added new 'PR' sysop read mail command to route the current message
  197.    to the printer.
  198.  
  199.    Added new 'CAP' sysop read mail command to capture the current message
  200.    and append it to the end of CAPTURE.TXT.
  201.  
  202. 16-Nov-91
  203.    Command lines passed to EXEC- were not including a leading space.
  204.  
  205. 14-Nov-91
  206.    The remainder of the user command line is now passed to EXEC- command
  207.    lines when called from PROX??? files.
  208.  
  209.    The EXEC- function now closes down the COM port prior to execution
  210.    and re-opens it afterwards.
  211.  
  212.    Added code to verify uploads exist even though DSZLOG says they are
  213.    there.
  214.  
  215. 06-Nov-91
  216.    Changes in upload processing to allow uploads which are NOT listed in
  217.    DSZLOG to again be accepted.
  218.  
  219. 02-Nov-91
  220.    Changed EXEC- command translation to not display "processing your
  221.    request".
  222.    Note that if you pass $R$ on the EXEC command line, this will specify
  223.    the full filename of the "result file".  If this file has been
  224.    written to by the EXEC program, the contents will be automatically
  225.    displayed by prodoor on return from the EXEC.
  226.  
  227.    Modified PRONS.COM module to move the status lines to the top of
  228.    screen and to lock only those two lines.  This allows better screen
  229.    management with full-screen protocols, such as HSLINK.
  230.  
  231.    Some HSLINK bidirectional uploads were STILL being logged as free
  232.    downloads.  I've finally tracked this down to a bug in the way HSLINK
  233.    writes to the DSZLOG file.  Please get a newer HSLINK beta.
  234.  
  235. 01-Nov-91
  236.    Increased heap memory allocation by another 2k.
  237.  
  238. 30-Oct-91
  239.    Increased heap memory allocation by 2k.
  240.  
  241.    Added new command translation in PROX??? files:
  242.         0,NAME,EXEC-COMMAND LINE
  243.    which causes the specified command line to be executed when the named
  244.    command is issued at the required security level.  Any any $ or @
  245.    variables in the command line will be expanded before passing control
  246.    to the program or batch file.
  247.  
  248.    Some bidirectional uploads were still being logged as downloads.
  249.  
  250. 24-Oct-91
  251.    The FV function was incorrectly saying all files are "free downloads".
  252.  
  253.    Some bidirectional uploads were being logged as downloads.  This has
  254.    been corrected.
  255.  
  256. 23-Oct-91
  257.    Some late 22-oct betas would not remember upload descriptions given
  258.    in advance and would require re-entry after uploading.  This has been
  259.    corrected.
  260.  
  261. 22-Oct-91
  262.    Changes in DSZLOG handlers to better handle bidirectional uploads, as
  263.    with the new HS/Link protocol.
  264.  
  265.    Added a check for '*' immediately following the protocol letter in
  266.    prod.cnf.  If present, all downloads using the defined protocol will
  267.    be considered "free".  For example:
  268.          ;
  269.          95 H* 0 T 50 HS/Link (Bi-directional) FREE!
  270.          hslink -p$N$ -u$PLAY$ $@$ -a
  271.          ;
  272.          95 H 0 R 0 HS/Link
  273.          hslink -p$N$ -u$PLAY$
  274.          ;
  275.  
  276.    Some early 22-oct betas would incorrectly detect downloads as newly
  277.    uploaded files and prompt the caller for descriptions.  This has been
  278.    corrected.
  279.  
  280. 14-Mar-91
  281.    Slight change to allow RECYCLE3 to tell the difference between
  282.    prodoor and prologon without patching prodoor.exe.  Reposted as
  283.    PROD342.ZIP with a different release date.
  284.  
  285. 13-Mar-91
  286.    Bugfix release 3.42 as PROD342.ZIP.
  287.  
  288. 10-Jul-91
  289.    Please note: ProDoor 3.4 and later require RECYCLE3.ZIP -- earlier
  290.    versions of RECYCLE may not function properly due to the new
  291.         SET PCBDOOR...
  292.    variables that are now present in the $door.bat files.
  293.  
  294.    Corrected logic to allow conference specific display files in
  295.    conferences which do not have download directory listing files
  296.    defined.
  297.  
  298.    Added a test to prevent attempted expansion of @x variables when the
  299.    two characters following @x are not proper hex digits.  This should
  300.    prevent unexpected expansion of character sequences that are not
  301.    really valid @x codes.
  302.  
  303.    Added a check for the environment variable:
  304.         SET NOTEAR=ON
  305.    and if present, the door will no longer insert the "---" tearline
  306.    before the message tagline.
  307.  
  308. 08-Mar-91
  309.    Bugfix release 3.41 as PROD341.ZIP.
  310.  
  311.    Corrected an error in OPEN DOOR logic that totally prevented opening
  312.    doors that are flagged to require pcboard 14.5 USER.SYS or DOOR.SYS
  313.    files.
  314.  
  315.    Corrected OPEN DOOR command to correctly select a door by name when
  316.    the door name has numbers in it.
  317.  
  318.    Added command line passing to door files.
  319.  
  320.    Added logic to insert the following lines prior to executing a door:
  321.       SET PCBDOOR=open door command parameters
  322.       SET PCBDRIVE=C:
  323.       SET PCBDIR=C:\PCB3
  324.       SET PCBDAT=C:\PCB3\PCBOARD.DAT
  325.       SET PCBNODE=3
  326.       SET PCBPORT=1
  327.    for compatibility with recent pcb145+ betas.
  328.  
  329.    Additional changes are required in your PRODOOR doorfile for
  330.    operation with doors using DOORS.SYS or USERS.SYS files.  Use the
  331.    provided PRODOOR.INS and PRODOOR files.
  332.  
  333.    The correction involves the replacement of
  334.       rem call up pcb145 on return from new style doors
  335.       if exist users.sys pcb145/key:open;prodoor^M
  336.       if exist door.sys pcb145/key:open;prodoor^M
  337.  
  338.    with
  339.       rem call up pcb145 on return from new style doors
  340.       if exist users.sys goto return145
  341.       if exist door.sys goto return145
  342.  
  343.    and the addition of
  344.       :return145
  345.       echo  >$door.bat pcb145/key:open;prodoor^M
  346.       echo >>$door.bat door
  347.       $door
  348.  
  349.    to the end of the PRODOOR doorfile.
  350.  
  351.  
  352. 20-Apr-91
  353.    Some display lines were being split in the middle of @X sequences
  354.    at about character 200 in the expanded text.  This has been changed
  355.    to split at 250, fixing some displays that were not processed correctly.
  356.  
  357. 11-Apr-91
  358.    A "More" prompt was sometimes happening in ANSI displays when the
  359.    cursor is on the last line of the specified page size.
  360.  
  361. 10-Apr-91
  362.    Changes in parsing of $DOOR.RES result files to allow ansi codes
  363.    to be preserved.
  364.  
  365. 02-Apr-91
  366.    Changed F4(find) function in extended conference configuration to
  367.    initially clear the conference name.
  368.  
  369.    Added current conference number to PROUTEST.BAT command line.
  370.  
  371.    Added "node paging sysop" and "user logging on" status codes for
  372.    USERNET.DAT.
  373.  
  374. 01-Apr-91
  375.    Official release of prodoor 3.4.
  376.  
  377.    Increased heap allocation to prevent runtime error 203 in some cases.
  378.  
  379.    Added a check for "event scueduled in 1440 minutes" message.
  380.  
  381. 28-Mar-91
  382.    Increased heap space in normal version by 5k to allow more
  383.    extensive PROTRNS files.
  384.  
  385. 27-Mar-91
  386.    Some 26-mar betas had a broken ZIPM function.
  387.  
  388.    More work on the documentation.
  389.  
  390.    Prepared first beta of the complete set of release files, posted
  391.    as PROD34B.ZIP.
  392.  
  393.    Merged functions of CHKPATH.EXE with PROSM.EXE; CHKPATH.EXE is no
  394.    longer used.
  395.  
  396.    ** Note: the environment setting
  397.         SET OVCRT=ON
  398.    may be needed under DesqView and other windowing/timeshare systems to
  399.    prevent screen bleed-through or background lockups.
  400.  
  401.    Added
  402.         SET PROTRNS=ON
  403.    environment setting to assist in development of PROTRNS files.  When
  404.    present, the program will output all translatable messages surrounded
  405.    in {...}.  These can be used to determine changes or additions that
  406.    are possible in the PROTRNS files.
  407.  
  408.    Added "/ $LASTMSGNO$" after display of current message number.
  409.  
  410.    Added #, !, -, $ and _ to list of characters that filenames may start
  411.    with for automatic directory colorization to work properly.
  412.  
  413.    Added '*' flagging of newer files in file listings.
  414.  
  415.    Added (CHAT U), (CHAT A) and (CHAT ?) commands to control and report
  416.    node chat availability status.
  417.  
  418.    Added @WAIT@ macro, which acts like @MORE@ used to.
  419.  
  420.    Added a check for $HELPFILE$ on a line by itself.  If present, the
  421.    remainder of the current display file will be processed as a multi-
  422.    topic help file with topic and subtopic prompting/searching.
  423.  
  424.    Added a check for @X codes in DIR files.  When one of these codes is
  425.    found, the program disables automatic colorization for the remainder
  426.    of the DIR file, allowing @X codes to take control.
  427.  
  428.    Added a new help file:
  429.         PROFV
  430.    which is active at the (F V) and (VX) prompts.
  431.  
  432.    Added code that will check for the environment variable
  433.         SET ECHOFLAG=ON
  434.    and if found, will creat the file
  435.         ECHOFLAG
  436.    in the prodoor directory whenever an "echo" message is saved.  It
  437.    will be the responsibility of your mailer system to remove this file
  438.    when mail has been transferred.
  439.  
  440.    Added explicit (G) option at 10 second countdown for automatic logoff.
  441.  
  442.    Added logic in (W)rite-user-info function to reject passwords that
  443.    are listed in the new PROPCAN file.  Passwords that contain parts of
  444.    the username are also automatically rejected.
  445.  
  446.    Added logic to allow prodoor to open doors requiring USER.SYS or
  447.    DOOR.SYS files by means of a call to PCB145 with a /KEY parameter.
  448.  
  449.    Added logic to allow xx/xx/xx date formats as well as xx-xx-xx.
  450.  
  451.    Added logic to check for PROTRNS when PROTRNS.LNG is not found.
  452.  
  453.    Added logic to disconnect a user after repeatedly entering invalid
  454.    input at any prompt.
  455.  
  456.    Added logic to expand $ and @ macros in DIR files and in results of
  457.    (F), (L), (N) and (Z) commands.
  458.  
  459.    Added logic to flush message file buffers when checking for
  460.    end-of-messages. This corrects the operation of the 'messages left by
  461.    alternate node' detection.
  462.  
  463.    Added logic to help in accessing pcb145-specific doors within prodoor
  464.    and prologon.  The new logic executes the command
  465.      pcb145/key:open;doorname^M
  466.    prior to executing the DOOR.BAT file for doors that require doors.sys
  467.    or users.sys files.  This in conjunction with some changes in your
  468.    board.bat file will allow a temporary way of accessing all doors
  469.    within prodoor.  This method will be replaced with direct file
  470.    updates in the prodoor 4.0 betas.  See sample PRODOOR and BOARD.BAT
  471.    files.
  472.  
  473.    Added logic to honor the "disable uploads XX minutes prior to event"
  474.    option from pcboard.dat.
  475.  
  476.